ca516ff4cd62a19de38772f4cbc78a2d3bff72cb,zkplus/src/org/zkoss/zkplus/spring/SpringUtil.java,SpringUtil,getApplicationContext,#,38

Before Change


		}
		
		return WebApplicationContextUtils.getRequiredWebApplicationContext(
				(ServletContext)exec.getDesktop().getWebApp().getNativeContext());
	}
	
	/**

After Change


		}
		
		return WebApplicationContextUtils.getRequiredWebApplicationContext(
				exec.getDesktop().getWebApp().getServletContext());
	}
	
	/**